翻訳と辞書
Words near each other
・ Bức Tường
・ Bửu Hội
・ Bửu Lộc
・ Bửu Phong Temple
・ B–Bbar oscillation
・ B₀
・ B♭ (musical note)
・ B♭ tuning
・ C
・ C & L Enterprises, Inc. v. Citizen Band, Potawatomi Indian Tribe of Oklahoma
・ C (anime)
・ C (disambiguation)
・ C (musical note)
・ C (New York City Subway service)
・ C (novel)
C (programming language)
・ C (S-train)
・ C 14-class missile boat
・ C A Joyce
・ C About Me
・ C Album
・ C alternative tokens
・ C and D-class destroyer
・ C and H Refinery Historic District
・ C and M Mobile Home Park, Alabama
・ C Aquarii
・ C B Cox Stakes
・ C B Ponnappa
・ C band
・ C Barker


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

C (programming language) : ウィキペディア英語版
C (programming language)

C (, as in the letter ''c'') is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from supercomputers to embedded systems.
C was originally developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs,〔 and used to re-implement the Unix operating system.〔 It has since become one of the most widely used programming languages of all time,〔〔 with C compilers from various vendors available for the majority of existing computer architectures and operating systems. C has been standardized by the American National Standards Institute (ANSI) since 1989 (see ANSI C) and subsequently by the International Organization for Standardization (ISO).
== Design ==
C is an imperative (procedural) language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language, such as in system programming.
Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with few changes to its source code. The language has become available on a very wide range of platforms, from embedded microcontrollers to supercomputers.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「C (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.